home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / mui / mms / mms_engl.doc < prev    next >
Text File  |  1995-04-11  |  6KB  |  196 lines

  1. MMS 1.0 - Documentation
  2. ***********************
  3.  
  4. Copyright
  5. *********
  6.  
  7.    MMS (C) 1994 kMel, Klaus Melchior
  8.  
  9.    This program is freely distributable, but copyrighted by me. This
  10. means you may freely copy it as long as you do not charge more than a
  11. nominal fee for copying. This program may be put on PD disks, PD
  12. CDROMs. If you want to distribute this program you MUST keep this
  13. document with it. The program and the documents must be distributed in
  14. their original unmodified form.
  15.  
  16.    This program cannot be used for commercial purposes without written
  17. permission by the author. The author can not be made responsible for
  18. any damage which is caused by using this program.
  19.  
  20.    Send comments, suggestions or bug reports, and the gifts to:
  21.  
  22.      Klaus Melchior, Schulstrasse 17
  23.      D-52156 Monschau, Germany
  24.      Phone: +49 (0)2472 4710
  25.      
  26.      DE:   kmel@eifel.oche.de
  27.      ADSP: kmel@eifel.adsp.sub.org
  28.      FIDO: 2:242/7.2@fidonet
  29.      FIDO: 2:2452/107.2@fidonet
  30.  
  31. What is MMS ?
  32. *************
  33.  
  34.    MUI-MemSnap (short: MMS) is a tool to show the usage of mem and to
  35. generate low memory situations.
  36.  
  37.    MMS snaps the current situation of mem, ChipMem, FastMem, TotalMem
  38. and another kinds of mem (see EXTENDED at Arguments & Items). It
  39. displays the usage in relation to the snap. These snaps are listed in a
  40. listview, so many different snaps can be generated.
  41.  
  42.    A snap uses two lines in the listview, the first one contains a
  43. little rectangle at begin of line and shows the snaped memory values.
  44. The second displays the difference between the actual and the frozen
  45. memory snap, that means the used memory is shown.
  46.  
  47.    While in allocator mode (see ALLOCATOR at Arguments & Items) there
  48. are two sliders, one for ChipMem the other for FastMem, here you can
  49. allocate mem in steps of 10KB. To produce a low memory situation put
  50. the sliders to the right, almost all mem is allocated, only if the
  51. largest mem block is greater than 10KB.
  52.  
  53. Arguments & Items
  54. *****************
  55.  
  56. CLI Arguments
  57. =============
  58.  
  59. Template:
  60.           A=ALLOCATOR/S,E=EXTENDED/S
  61.  
  62. ALLOCATOR
  63.      the allocator tool is online
  64.  
  65. EXTENDED
  66.      more information about several memory types is shown
  67.  
  68. Menu Items
  69. ==========
  70.  
  71. 'Project/About' - Shortcut: LAmiga-?
  72.      the about, some interesting informations are shown :-D
  73.  
  74. 'Project/Allocator' - Shortcut: LAmiga-A
  75.      toggles allocator mode
  76.  
  77. 'Project/Extended' - Shortcut: LAmiga-E
  78.      toggles extended mode
  79.  
  80. 'Project/Quit' - Shortcut: LAmiga-Q
  81.      quit MUI-MemSnap
  82.  
  83. 'Snap/New' - Shortcut: LAmiga-N
  84.      a new snap is created, this means that a new snap line is inserted
  85.      into the listview, the current values of the available mem are
  86.      copied
  87.  
  88. 'Snap/Remove' - Shortcut: LAmiga-R
  89.      the active snap is removed, marked by the listview cursor
  90.  
  91. 'Snap/Remove all' - Shortcut: LAmiga-M
  92.      all snaps are removed
  93.  
  94. GUI Items
  95. =========
  96.  
  97. Button 'New Snap' - Hotkey: N
  98.      a new snap is created, this means that a new snap line is inserted
  99.      into the listview, the current values of the available mem are
  100.      copied
  101.  
  102. Rectangle at begin of each snap entry - DoubleClick
  103.      removes the active snap
  104.  
  105. 'Allocator' switch at the left side of Button 'New Snap' - Hotkey: A
  106.      toggles allocator mode
  107.  
  108. 'Extended' switch at the right side of Button 'New Snap' - Hotkey: E
  109.      toggles allocator mode
  110.  
  111. Slider 'allocated ChipMem' - HotKey: C
  112.      allocates ChipMem
  113.  
  114. Slider 'allocated FastMem' - HotKey: F
  115.      allocates FastMem
  116.  
  117. What you need !
  118. ***************
  119.  
  120.    - Kickstart >= 2.0
  121.  
  122.    - Workbench >= 2.0
  123.  
  124.    - MUI >= 2.1
  125.  
  126.  
  127.                                     This application uses
  128.           
  129.           
  130.                                   MUI - MagicUserInterface
  131.           
  132.                           (c) Copyright 1993-94 by Stefan Stuntz
  133.           
  134.           
  135.           MUI is a system to generate and maintain graphical user interfaces. With
  136.           the  aid  of  a  preferences program, the user of an application has the
  137.           ability to customize the outfit according to his personal taste.
  138.           
  139.           MUI is distributed as shareware. To obtain a complete package containing
  140.           lots of examples and more information about registration please look for
  141.           a  file  called  "muiXXusr.lha"  (XX means the latest version number) on
  142.           your local bulletin boards or on public domain disks.
  143.           
  144.                     If you want to register directly, feel free to send
  145.           
  146.           
  147.                                    DM 30.-  or  US$ 20.-
  148.           
  149.                                             to
  150.           
  151.                                        Stefan Stuntz
  152.                                   Eduard-Spranger-Straße 7
  153.                                        80935 München
  154.                                           GERMANY
  155.  
  156. History of MMS
  157. **************
  158.  
  159.  
  160.       1.0  12.10.94  * release to aminet
  161.  
  162. What is to do in future ?
  163. *************************
  164.  
  165.    - ???
  166.  
  167. Thanks are going to ...
  168. ***********************
  169.  
  170.    - Andreas Harrenberg [ah], Stefan Stuntz [ss] for testing
  171.  
  172.    - and all I forgot to mention ...
  173.  
  174. Index
  175. *****
  176.  
  177.  
  178.  
  179.  Authors address                        Copyright
  180.  Bug reports                            Copyright
  181.  CLI arguments                          Arguments & Items
  182.  Comments                               Copyright
  183.  Copyright                              Copyright
  184.  Credits                                Credits
  185.  Description                            Description
  186.  Distribution                           Copyright
  187.  E-Mail                                 Copyright
  188.  GUI items                              Arguments & Items
  189.  History                                History
  190.  Menu items                             Arguments & Items
  191.  MMS                                    Description
  192.  Requirements                           Requirements
  193.  Thanks                                 Credits
  194.  ToDo                                   ToDo
  195.  
  196.